IMotion.SetCamTable method

Sets a cam table by setting the connections to a relevant table.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
KsCommandStatus SetCamTable(
       int Index,
       McCamTable Table
)
Function SetCamTable(
       Index As Integer,
       Table As McCamTable
) As KsCommandStatus

Parameters

Index [in]

Type: int

The index of a cam table. Indexes are zero based.

 

Table [in]

Type: McCamTable

Defines the cam table.

Return value

Type: KsCommandStatus

Returns the KsCommandStatus class.

Remarks

Examples

C#
N/A

See also

IMotion Interface

IntervalZero.KINGSTAR.Base.Api Namespace